PDF4Java Reference Documentation
com.o2sol.pdf4java.core.cos Package / PDFCosArray Class / getAsCosString Method
Index of element to return.
default value to return if the element at the specified index is not a COS string
In This Topic
    getAsCosString Method
    In This Topic
    Gets the element at the specified index as a COS string.
    Syntax
    public PDFCosString getAsCosString( 
       int index,
       PDFCosString defaultValue
    )

    Parameters

    index
    Index of element to return.
    defaultValue
    default value to return if the element at the specified index is not a COS string

    Return Value

    The element at the specified index.
    Exceptions
    ExceptionDescription
    Thrown when the index value is invalid
    See Also